home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 2 / Atari Mega Archive CD - Volume 2.iso / 8bit / cc65 / cc65make.txt < prev    next >
Text File  |  1995-04-22  |  2KB  |  53 lines

  1. CC65 MAKE v0.1 
  2. February 1993 
  3.  
  4. Duane Tribe 
  5. 120 112th st. 
  6. Orofino, ID 83544 
  7.  
  8. This archive contains the source code for an automated recompilation utility 
  9. for CC65, known in the Unix world as "make".  This make assumes the Atari 
  10. system that I use: SpartaDOS X, A ramdisk as drive D2:, and perhaps more... 
  11.  
  12. Along with the source code are several files that may be useful even if the 
  13. make program doesn't work for you.  See the file EXTEND.DOC for details. 
  14.  
  15. The files are in Atari format (i.e. newline=155). 
  16.  
  17. These files are Copyright 1993 by Duane Tribe.  They may be freely 
  18. distributed so long as all the files (including this one) remain in their 
  19. original form.  You may use and modify the source code for your own purposes. 
  20. No fee, other than a nominal media charge, may be required to distribute 
  21. these files.  There is no waranty of any kind for thgis software.  All other 
  22. rights reserved. 
  23.  
  24.  
  25. MANIFEST 
  26.  
  27. MAKE.COM source files: 
  28.  
  29. BUILD.C             1711   9 Aug 91  11:59p 
  30. CHAIN.C             2794  27 Oct 91   9:03p 
  31. CHECK.C              585  29 Sep 91  12:39p 
  32. CHECK.COM           3577  29 Sep 91  12:42p 
  33. CHECK.LNK             98   8 Aug 91  11:41p 
  34. MAKE.C               766  27 Oct 91  10:21p 
  35. MAKE.COM            9103  27 Oct 91   9:48p 
  36. MAKE.LNK             203  27 Oct 91  10:08p 
  37. MAKE.MAK             625   8 Aug 91   8:53p 
  38. MORE.COM            4768  24 Jul 91   1:09p 
  39. TREE.C              2348  27 Oct 91   7:55p 
  40. TREE.H               267  27 Oct 91   7:54p 
  41.  
  42. Usefull subroutines: 
  43.  
  44. DIRENT.OBJ           969   6 Aug 91   6:23p 
  45. DIRENTC.OBJ         1816   6 Aug 91   6:38p 
  46. EXTEND.DOC          1040  29 Oct 88   2:16p 
  47. INLIST.OBJ           131   8 Aug 91   6:34p 
  48. MEMCMP.OBJ           140  30 Jul 91   6:12p 
  49. NAMES.OBJ            960  22 Jul 91   7:58p 
  50. PUTSTR.OBJ           549   5 Aug 91  11:15p 
  51. STRRCHR.OBJ           96   6 Aug 91   3:18p 
  52. XIO.OBJ              168  29 Jul 91   9:58p 
  53.